package org.erikaredmark.monkeyshines.menu;
public class SoundControlDialogInitException extends Exception {
private static final long serialVersionUID = 1L;
public SoundControlDialogInitException(String msg, Exception e) {
super(msg, e);
}
}